home *** CD-ROM | disk | FTP | other *** search
- -- card: 4219 from stack: in
- -- bmap block id: 4414
- -- flags: 0000
- -- background id: 2610
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=90 top=317 right=334 bottom=243
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go back to Cataloging
- ----- HyperTalk script -----
- on mouseUp
- go to stack "Cataloging"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=6 top=317 right=334 bottom=86
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go Back
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-